home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form About
- BorderStyle = 3 'Fixed Double
- Caption = "About..."
- ClientHeight = 3750
- ClientLeft = 2175
- ClientTop = 1800
- ClientWidth = 3105
- ControlBox = 0 'False
- Height = 4155
- Left = 2115
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3750
- ScaleWidth = 3105
- Top = 1455
- Width = 3225
- Begin CommandButton Command1
- Caption = "OK"
- Height = 495
- Left = 1260
- TabIndex = 3
- Top = 3060
- Width = 795
- End
- Begin Label Label3
- Caption = "AOL: J1Jarvis CIS: 72640,1141 jjarvis@ems.tdh.texas.gov"
- Height = 735
- Left = 480
- TabIndex = 2
- Top = 2040
- Width = 2355
- End
- Begin Label Label2
- Caption = "Jeffrey L. Jarvis"
- Height = 255
- Left = 480
- TabIndex = 1
- Top = 1740
- Width = 1635
- End
- Begin Label Label1
- Caption = "This was one of my first programs. If you like it, please let me know. I'd love to hear your suggestions for improvement. Thanks!"
- Height = 975
- Left = 180
- TabIndex = 0
- Top = 360
- Width = 2715
- End
- Option Explicit
- Sub Command1_Click ()
- Unload About
- End Sub
-